home *** CD-ROM | disk | FTP | other *** search
- Path: newsfeeds.ans.net!interaccess!usenet
- From: Tom Newark <tnewark@vream.com>
- Newsgroups: comp.lang.c++
- Subject: RTTI and MSVC 4.0 examples sought
- Date: Thu, 07 Mar 1996 19:45:19 -0600
- Organization: VREAM, Inc.
- Message-ID: <313F912F.39D2@vream.com>
- NNTP-Posting-Host: d117.nwchi.interaccess.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win95; I)
-
- I'm looking for some examples of using RTTI with MSVC 4.0.
-
- The problem I'm specifically trying to solve is that I want to implement
- IsKindOf(Ptr, class) where I return true if a ptr is type class or a
- subclass of class, and false otherwise.
-
- MicroSoft's documentation is very weak on the RTTI subject and type_info
- class, especially about such things as collating order (what exactly is
- it?)
-
-
- Tom Newark
- tnewark@vream.com
-